home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / DefineButton2_968 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  173b  |  7 lines

  1. on(release){
  2.    _global.mcRoot.oMain.nextLevel();
  3.    _global.mcRoot.mcCountdown._visible = true;
  4.    _global.mcRoot.mcCountdown.play();
  5.    this.gotoAndStop("blank");
  6. }
  7.